home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMACTIONSPANEL / TFRMACTIONSPANEL.txt
Encoding:
Text File  |  2003-01-14  |  7.8 KB  |  335 lines

  1. object frmActionsPanel: TfrmActionsPanel
  2.   Left = 809
  3.   Top = 255
  4.   Width = 287
  5.   Height = 445
  6.   Anchors = [akLeft, akRight, akBottom]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Available Actions'
  9.   Color = clBtnFace
  10.   UseDockManager = True
  11.   DragKind = dkDock
  12.   DragMode = dmAutomatic
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'Tahoma'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnEndDock = FormEndDock
  23.   OnKeyUp = FormKeyUp
  24.   OnResize = FormResize
  25.   OnShow = FormShow
  26.   OnStartDock = FormStartDock
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object pnlAll: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 279
  33.     Height = 395
  34.     Hint = 
  35.       'Available Actions|List of available actions that can be used in ' +
  36.       'the task'
  37.     Align = alClient
  38.     BevelOuter = bvNone
  39.     BorderWidth = 2
  40.     Color = clWindow
  41.     TabOrder = 0
  42.     object pgcActions: TPageControl
  43.       Left = 80
  44.       Top = 68
  45.       Width = 192
  46.       Height = 173
  47.       ActivePage = tbsAll
  48.       PopupMenu = popTabMenu
  49.       TabOrder = 0
  50.       Visible = False
  51.       OnChange = pgcActionsChange
  52.       OnDragOver = pgcActionsDragOver
  53.       object tbsAll: TTabSheet
  54.         Caption = 'All'
  55.       end
  56.     end
  57.     object trvActions: TdxTreeList
  58.       Left = 2
  59.       Top = 2
  60.       Width = 275
  61.       Height = 391
  62.       Bands = <
  63.         item
  64.         end>
  65.       DefaultLayout = True
  66.       HeaderPanelRowCount = 1
  67.       Align = alClient
  68.       BorderStyle = bsNone
  69.       DragMode = dmAutomatic
  70.       TabOrder = 1
  71.       HideSelection = False
  72.       Images = frmSB.imlActions1616
  73.       LookAndFeel = lfUltraFlat
  74.       Options = [aoColumnSizing, aoTabThrough, aoAutoWidth]
  75.       StateImages = frmSB.imlActions1616
  76.       TreeLineColor = clGrayText
  77.       ShowHeader = False
  78.       OnDblClick = trvActionsDblClick
  79.       OnDragOver = trvActionsDragOver
  80.       OnEndDrag = trvActionsEndDrag
  81.       OnKeyDown = trvActionsKeyDown
  82.       OnKeyPress = trvActionsKeyPress
  83.       OnBeginDragNode = trvActionsBeginDragNode
  84.       OnDeletion = trvActionsDeletion
  85.       OnExpanded = trvActionsExpanded
  86.       object trvActionsCol: TdxTreeListColumn
  87.         DisableEditor = True
  88.         BandIndex = 0
  89.         RowIndex = 0
  90.       end
  91.     end
  92.     object trvActionsList: TdxTreeList
  93.       Left = 2
  94.       Top = 2
  95.       Width = 275
  96.       Height = 391
  97.       Hint = 
  98.         'Available Actions|List of available actions that can be used in ' +
  99.         'the task'
  100.       Bands = <
  101.         item
  102.         end>
  103.       DefaultLayout = True
  104.       HeaderPanelRowCount = 1
  105.       Align = alClient
  106.       BorderStyle = bsNone
  107.       DragMode = dmAutomatic
  108.       ParentShowHint = False
  109.       ShowHint = False
  110.       TabOrder = 2
  111.       Visible = False
  112.       HideSelection = False
  113.       Images = frmSB.imlActions1616
  114.       LookAndFeel = lfUltraFlat
  115.       Options = [aoColumnSizing, aoColumnMoving, aoEditing, aoTabThrough, aoRowSelect, aoAutoWidth, aoAutoSort]
  116.       StateImages = frmSB.imlActions1616
  117.       TreeLineColor = clGrayText
  118.       ShowHeader = False
  119.       ShowLines = False
  120.       ShowRoot = False
  121.       OnDblClick = trvActionsDblClick
  122.       OnDragOver = trvActionsDragOver
  123.       OnEndDrag = trvActionsEndDrag
  124.       OnKeyDown = trvActionsKeyDown
  125.       OnKeyPress = trvActionsKeyPress
  126.       OnBeginDragNode = trvActionsBeginDragNode
  127.       OnDeletion = trvActionsDeletion
  128.       OnEditing = trvActionsListEditing
  129.       object trvActionsListCol: TdxTreeListColumn
  130.         BandIndex = 0
  131.         RowIndex = 0
  132.       end
  133.     end
  134.   end
  135.   object pnlBottom: TPanel
  136.     Left = 0
  137.     Top = 395
  138.     Width = 279
  139.     Height = 23
  140.     Align = alBottom
  141.     BevelOuter = bvNone
  142.     TabOrder = 1
  143.     object edtActionSearch: TdxEdit
  144.       Left = -1
  145.       Top = 2
  146.       Width = 281
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clGray
  149.       Font.Height = -11
  150.       Font.Name = 'Tahoma'
  151.       Font.Style = []
  152.       ParentFont = False
  153.       Style.BorderStyle = xbsFlat
  154.       Style.ButtonStyle = btsFlat
  155.       Style.Edges = []
  156.       TabOrder = 0
  157.       Text = 'Search for action'
  158.       OnEnter = edtActionSearchEnter
  159.       OnExit = edtActionSearchExit
  160.       OnKeyPress = edtActionSearchKeyPress
  161.       Anchors = [akLeft, akTop, akRight]
  162.       StyleController = dxEditStyleController1
  163.     end
  164.   end
  165.   object popEditViews: TPopupMenu
  166.     OnPopup = popEditViewsPopup
  167.     Left = 104
  168.     Top = 128
  169.     object itmAddStep: TMenuItem
  170.       Caption = 'Add'
  171.       Default = True
  172.       Visible = False
  173.       OnClick = itmAddStepClick
  174.     end
  175.     object N4: TMenuItem
  176.       Caption = '-'
  177.       Visible = False
  178.     end
  179.     object itmAddPage: TMenuItem
  180.       Caption = 'Add Page'
  181.       Visible = False
  182.       OnClick = itmAddPageClick
  183.     end
  184.     object itmRemovePage: TMenuItem
  185.       Caption = 'Remove Page'
  186.       Visible = False
  187.       OnClick = itmRemovePageClick
  188.     end
  189.     object N1: TMenuItem
  190.       Caption = '-'
  191.       Visible = False
  192.     end
  193.     object itmAddFolder: TMenuItem
  194.       Caption = 'Add Folder'
  195.       Visible = False
  196.       OnClick = itmAddFolderClick
  197.     end
  198.     object itmAddAction: TMenuItem
  199.       Caption = 'Add Action'
  200.       Visible = False
  201.       OnClick = itmAddActionClick
  202.     end
  203.     object itmCopyTo: TMenuItem
  204.       Caption = 'Copy To'
  205.       Enabled = False
  206.       Visible = False
  207.       object itmPage1: TMenuItem
  208.         Caption = 'Moo'
  209.       end
  210.     end
  211.     object N2: TMenuItem
  212.       Caption = '-'
  213.       Visible = False
  214.     end
  215.     object itmRenameFolder: TMenuItem
  216.       Caption = 'Rename'
  217.       Visible = False
  218.       OnClick = itmRenameFolderClick
  219.     end
  220.     object itmDeleteNode: TMenuItem
  221.       Caption = 'Delete'
  222.       Visible = False
  223.       OnClick = itmDeleteNodeClick
  224.     end
  225.     object itmRemoveFolder: TMenuItem
  226.       Caption = 'Remove Folder'
  227.       Visible = False
  228.       OnClick = itmRemoveFolderClick
  229.     end
  230.     object itmRemoveAction: TMenuItem
  231.       Caption = 'Remove Action'
  232.       Visible = False
  233.     end
  234.     object N3: TMenuItem
  235.       Caption = '-'
  236.       Visible = False
  237.     end
  238.     object itmLocked: TMenuItem
  239.       Caption = 'Locked'
  240.       OnClick = itmLockedClick
  241.     end
  242.     object itmActionsDockable: TMenuItem
  243.       Caption = 'Dockable'
  244.       OnClick = itmActionsDockableClick
  245.     end
  246.     object itmReset: TMenuItem
  247.       Caption = 'Reset'
  248.       Visible = False
  249.       OnClick = itmResetClick
  250.     end
  251.     object itmActionsAlwaysOnTop: TMenuItem
  252.       Caption = 'Stay on Top'
  253.       OnClick = itmActionsAlwaysOnTopClick
  254.     end
  255.   end
  256.   object popTabMenu: TPopupMenu
  257.     Left = 76
  258.     Top = 128
  259.     object itmAddPageTab: TMenuItem
  260.       Caption = 'Add Page'
  261.       OnClick = itmAddPageTabClick
  262.     end
  263.     object itmRemovePageTab: TMenuItem
  264.       Caption = 'Remove Page'
  265.       OnClick = itmRemovePageTabClick
  266.     end
  267.     object itmRenamePage: TMenuItem
  268.       Caption = 'Rename Page'
  269.       OnClick = itmRenamePageClick
  270.     end
  271.   end
  272.   object IvTranslator1: TIvTranslator
  273.     DictionaryName = 'dcoAMStepBuilder'
  274.     Left = 80
  275.     Top = 308
  276.     TargetsData = (
  277.       1
  278.       5
  279.       (
  280.         '*'
  281.         'Hint'
  282.         0)
  283.       (
  284.         '*'
  285.         'Caption'
  286.         0)
  287.       (
  288.         '*'
  289.         'Items'
  290.         0)
  291.       (
  292.         '*'
  293.         'Cells'
  294.         0)
  295.       (
  296.         'TdxEdit'
  297.         'Text'
  298.         0))
  299.   end
  300.   object dxBarManagerActionsWindow: TdxBarManager
  301.     Font.Charset = ANSI_CHARSET
  302.     Font.Color = clWindowText
  303.     Font.Height = -11
  304.     Font.Name = 'Tahoma'
  305.     Font.Style = []
  306.     Bars = <>
  307.     Categories.Strings = (
  308.       'Default')
  309.     Categories.ItemsVisibles = (
  310.       2)
  311.     Categories.Visibles = (
  312.       True)
  313.     PopupMenuLinks = <
  314.       item
  315.       end
  316.       item
  317.       end>
  318.     UseSystemFont = True
  319.     Left = 88
  320.     Top = 40
  321.     DockControlHeights = (
  322.       0
  323.       0
  324.       0
  325.       0)
  326.   end
  327.   object dxEditStyleController1: TdxEditStyleController
  328.     BorderStyle = xbsFlat
  329.     ButtonStyle = btsFlat
  330.     Edges = []
  331.     Left = 168
  332.     Top = 248
  333.   end
  334. end
  335.